This function writes a palette with the specified palette data and identifier. The palette data itself is stored in the pal_data variable.
Result = HDF_GR_WRITELUT( pal_id, pal_data )
Returns SUCCEED (0) if successful or FAIL (-1) otherwise.
Palette identifier returned by HDF_GR_GETLUTID.
Palette data to be written.
None
5.2 |
Introduced |